home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2915 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: zetnet.co.uk!usenet
  2. From: bob.miles@zetnet.co.uk (Robert G Miles)
  3. Newsgroups: comp.os.ms-windows.programmer.misc,comp.lang.c++
  4. Subject: Re: Windows App won't run outside Borland
  5. Date: Sat, 20 Jan 1996 08:48:58 GMT
  6. Message-ID: <4dqv7l$8m6@irk.zetnet.co.uk>
  7. References: <4dpff6$13bu@pulp.ucs.ualberta.ca>
  8. NNTP-Posting-Host: foula.zetnet.co.uk
  9.  
  10. In message <4dpff6$13bu@pulp.ucs.ualberta.ca>
  11.         cburrell@gpu4.srv.ualberta.ca (Craig Burrell) writes: 
  12.  
  13. >   I have a Windows application (16 bit, Win 3.1) which I created using 
  14. > the Borland C++  4.5 package.  I am finding that my program will not run 
  15. > correctly unless the Borland program is running.
  16.  
  17. >   The problem seems to be  occuring when my program tries to construct 
  18. > custom dialog boxes.  I obtain an Application Error : GPF and it 
  19. > complains about OWL250.DLL.   
  20.  
  21. >   Now, I know I've seen the solution to this problem on these groups 
  22. > several months ago, but I can't for the life of me remember what to do.  
  23. > It's all very confusing.
  24.  
  25. >   Could someone familiar with the Borland environment help me out on 
  26. > this?  
  27. Hi,
  28.    Call EnableBWCC(). 
  29.    For anyone who is having problems with OWL 1, there is a program 
  30. in tcwin/bin/loadbwcc.exe.
  31.  
  32. -- 
  33. //+--------------------------------------------------------------------+
  34. //  Jonathan Miles - <jonathan@zetnet.co.uk>                            
  35. //+--------------------------------------------------------------------+
  36.  
  37.  
  38.